micro_utils.dokka
0.14.2
android
micro_utils.dokka
/
dev.inmo.micro_utils.repos.cache
/
[android]ReadCRUDCacheRepo
/
ReadCRUDCacheRepo
Read
CRUDCache
Repo
android
fun
<
ObjectType
,
IdType
>
ReadCRUDCacheRepo
(
parentRepo
:
ReadCRUDRepo
<
ObjectType
,
IdType
>
,
kvCache
:
KVCache
<
IdType
,
ObjectType
>
,
idGetter
:
(
ObjectType
)
->
IdType
)